home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Writeswell Jr. 1.0.2 Master / WSI Library Source / AppEvents.h < prev    next >
Text File  |  1991-12-18  |  558b  |  19 lines

  1. OSErr InitReqHandlers( void );
  2.  
  3. OSErr GetTargetAddress( StringPtr myPrompt,
  4.                         StringPtr myAppStr,
  5.                         PortInfoRec *myPortInfoPtr,
  6.                         AEAddressDesc *targetAddressPtr,
  7.                         StringPtr serviceName,
  8.                         TargetID *toTargetIDPtr );
  9.  
  10. pascal Boolean MyPPCBrowseProc( LocationNamePtr theLoc, PortInfoPtr thePortInfo );
  11.  
  12. Boolean PStrCmp( StringPtr foo, StringPtr bar );
  13.  
  14. OSErr GetEventType( AppleEvent *theAppleEventPtr,
  15.                     AEEventClass *theClassPtr,
  16.                     AEEventID *theIDPtr );
  17.  
  18. OSErr GetEventID( AppleEvent *theAppleEventPtr,
  19.                     AEEventID *theIDPtr );